Einhugur Word Plugin for Xojo

EinhugurWord.StylePartType Enum

Part codes for TableSTylePart class.

Those values define which conditional styles to edit on a TableStyle.

enum EinhugurWord.StylePartType

Constants

EvenRows = 0Even rows.
OddRows = 1Odd rows.
EvenColumns = 2Even columns.
OddColumns = 3Odd columns.
FirstRow = 4First row.
LastRow = 5Last row.
FirstColumn = 6First column.
LastColumn = 7Last column.
NorthWestCell = 8Cell at top left.
NorthEastCell = 9Cell top right.
SouthhWestCell = 10Cell at bottom left.
SouthEastCell = 11Cell at bottom right.